home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / os2 / adaptor.zip / ADAPT.ZIP / adaptor / src / include / vars.h < prev    next >
C/C++ Source or Header  |  1994-01-03  |  799b  |  36 lines

  1. # ifndef yyAdaptVars
  2. # define yyAdaptVars
  3.  
  4. # if defined __STDC__ | defined __cplusplus
  5. # define ARGS(parameters)    parameters
  6. # else
  7. # define ARGS(parameters)    ()
  8. # endif
  9.  
  10. # ifndef bool
  11. # define bool char
  12. # endif
  13.  
  14. # include "Tree.h"
  15. # include "Definiti.h"
  16.  
  17. # line 35 "AdaptVars.puma"
  18.  
  19.  
  20. /* new statemens for static distributed arr */
  21.  
  22. extern tTree NewDefines;  /* stmts for a_low, a_high, a_os */
  23.  
  24.  
  25.  
  26. extern tTree AdaptVarDecl ARGS((tTree t, int dist, bool IsMain));
  27. extern tTree AdaptParamDecl ARGS((tTree t, int dist));
  28. extern tTree AdaptCommonVarDecl ARGS((tTree t, int dist));
  29. extern tTree AdaptAllocate ARGS((tTree t, bool IsMain));
  30. extern tTree AdaptDeallocate ARGS((tTree t, bool IsMain));
  31.  
  32. extern void BeginAdaptVars ();
  33. extern void CloseAdaptVars ();
  34.  
  35. # endif
  36.